Installation
Follow the steps below to get started with your Site Template:
- Unzip the downloaded zip file
themeforest-xxxxx.zipfolder - The open folder named
main-file - Here you will find
assetsfolders of all files - You will need to Upload these files to your Web Server using FTP in order to use it on your Website.
- Make sure you upload the required files/folders listed below:
-
- Followings are files and sub-folders saved in this folder
css- Extra Stylesheets Folder plus Main Stylesheet Fileimages- Images Folderjquery- Javacripts Folder.htmlextension files - main page template File
- You will need to Upload these files to your Web Server using FTP in order to use it on your Website and give the paths of files in
.htmlextension files. - You're now good to go..! Start adding your Content and show off your Brand New Beautiful Website in style.
HTML Structure
Digital Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html> <html lang="zxx" dir="ltr"> <!-- All your metas will be here --> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <head> <!-- Your Stylesheets, Title --> ... </head> <body> <!-- Invoice Wrap Start here --> <div class="invoice_wrap"> <!-- Agency Service --> <!-- Header Start Here --> <header> ... </header> <!-- Invoice content start here --> <section class="agency-service-content" id="agency_service"> <div class="container"> ... </div> </section> </div> <!-- Invoice Wrap End here --> <!-- bottom content start here --> <section class="agency-bottom-content" id="agency_bottom"> <div class="container"> ... </div> </section> <!-- bottom content End here --> <!-- Invoice Wrap End here --> <!-- source javascript -> ... </body> </html>
Bus Booking Invoice Structure
Digital Invoice follow the simple code structure for the Bus Booking Invoice. If You want to create the invoice for the bus booking for that you have change the logo of your invoice and detail of your invoice. You can find out the bus invoice html in main-file. Here you can find out the two invoice design option if you want to light version then check out the Light-invoice folder and if you want the dark invoice then you have to check the Dark-invoice folder where you can find the bus_booking.html invoice.
<body> <!-- Invoice Wrap Start here --> <div class="invoice_wrap"> <!-- Header Start Here --> <header> ... </header> <div class="bus-invo-no-date-wrap"> ... </div> <!-- Header End Here --> <!-- Invoice content start here --> <section class="bus-booking-content" id="bus_booking"> <div class="container"> ... </div> </section> <!-- Invoice Wrap End here --> <!-- bottom content start here --> <section class="agency-bottom-content" id="agency_bottom"> <div class="container"> ... </div> </section> <!-- bottom content End here --> </div> <!-- Invoice Wrap End here --> </body>
Hospital Or Medical Invoice Structure
Digital Invoice follow the simple code structure for the Hospital Invoice. If You want to create the invoice for the hospital, for that you have to change the logo of your invoice and detail of your invoice. You can find out the hospital invoice html in main-file. Here you can find out the two invoice design option if you want to light version then check out the Light-invoice folder and if you want the dark invoice then you have to check the Dark-invoice folder where you can find the hospital_invoice.html invoice.
<body> <!-- Invoice Wrap Start here --> <div class="invoice_wrap"> <!-- Header Start Here --> <header> ... </header> <div class="bus-invo-no-date-wrap"> ... </div> <!-- Header End Here --> <!-- Invoice content start here --> <section class="hospital-service-content" id="hospital_invoice"> <div class="container"> ... </div> </section> <!-- Invoice Wrap End here --> <!-- bottom content start here --> <section class="agency-bottom-content" id="agency_bottom"> <div class="container"> ... </div> </section> <!-- bottom content End here --> </div> <!-- Invoice Wrap End here --> </body>
Hotel Booking Invoice Structure
Digital Invoice follow the simple code structure for the Hotel Booking Invoice. If You want to create the invoice for the hotel, for that you have to change the logo of your invoice and detail of your invoice. You can find out the hotel booking invoice html in main-file. Here you can find out the two invoice design option if you want to light version then check out the Light-invoice folder and if you want the dark invoice then you have to check the Dark-invoice folder where you can find the hotel_booking.html invoice.
<body> <!-- Invoice Wrap Start here --> <div class="invoice_wrap"> <!-- Header Start Here --> <header> ... </header> <div class="bus-invo-no-date-wrap"> ... </div> <!-- Header End Here --> <!-- Invoice content start here --> <section class="hotel-booking-content" id="hotel_invoice"> <div class="container"> ... </div> </section> <!-- Invoice Wrap End here --> <!-- bottom content start here --> <section class="agency-bottom-content" id="agency_bottom"> <div class="container"> ... </div> </section> <!-- bottom content End here --> </div> <!-- Invoice Wrap End here --> </body>
Money Exchange Invoice Structure
Digital Invoice follow the simple code structure for the Money Exchange Invoice. If You want to create the invoice for the money exchange, for that you have to change the logo of your invoice and detail of your invoice. You can find out the money exchange invoice html in main-file. Here you can find out the two invoice design option if you want to light version then check out the Light-invoice folder and if you want the dark invoice then you have to check the Dark-invoice folder where you can find the money_exchange.html invoice.
<body> <!-- Invoice Wrap Start here --> <div class="invoice_wrap"> <!-- Header Start Here --> <header> ... </header> <div class="bus-invo-no-date-wrap"> ... </div> <!-- Header End Here --> <!-- Invoice content start here --> <section class="money-exchange-content" id="money_exchange"> <div class="container"> ... </div> </section> <!-- Invoice Wrap End here --> <!-- bottom content start here --> <section class="agency-bottom-content" id="agency_bottom"> <div class="container"> ... </div> </section> <!-- bottom content End here --> </div> <!-- Invoice Wrap End here --> </body>
Movie Booking Invoice Structure
Digital Invoice follow the simple code structure for the Movie Booking Invoice. If You want to create the invoice for the movie booking, for that you have to change the logo of your invoice and detail of your invoice. You can find out the movie booking invoice html in main-file. Here you can find out the two invoice design option if you want to light version then check out the Light-invoice folder and if you want the dark invoice then you have to check the Dark-invoice folder where you can find the movie_booking.html invoice.
<body> <!-- Invoice Wrap Start here --> <div class="invoice_wrap"> <!-- Header Start Here --> <header> ... </header> <!-- Header End Here --> <!-- Invoice content start here --> <section class="ticket-booking-content" id="ticket_booking"> <div class="container"> ... </div> </section> <!-- Invoice Wrap End here --> <!-- bottom content start here --> <section class="agency-bottom-content" id="agency_bottom"> <div class="container"> ... </div> </section> <!-- bottom content End here --> </div> <!-- Invoice Wrap End here --> </body>
Restaurant Bill Invoice Structure
Digital Invoice follow the simple code structure for the Restaurant Bill Invoice. If You want to create the invoice for the restaurant bill, for that you have to change the logo of your invoice and detail of your invoice. You can find out the restaurant bill invoice html in main-file. Here you can find out the two invoice design option if you want to light version then check out the Light-invoice folder and if you want the dark invoice then you have to check the Dark-invoice folder where you can find the restaurant_bill.html invoice.
<body> <!-- Invoice Wrap Start here --> <div class="invoice_wrap"> <!-- Header Start Here --> <header> ... </header> <!-- Header End Here --> <!-- Invoice content start here --> <section class="restaurant-invoice-content" id="restaurant_bill"> <div class="container"> ... </div> </section> <!-- Invoice Wrap End here --> <!-- bottom content start here --> <section class="agency-bottom-content" id="agency_bottom"> <div class="container"> ... </div> </section> <!-- bottom content End here --> </div> <!-- Invoice Wrap End here --> </body>
Stadium Seat Bill Invoice Structure
Digital Invoice follow the simple code structure for the stadium seat Invoice. If You want to create the invoice for the stadium seat, for that you have to change the logo of your invoice and detail of your invoice. You can find out the stadium seat invoice html in main-file. Here you can find out the two invoice design option if you want to light version then check out the Light-invoice folder and if you want the dark invoice then you have to check the Dark-invoice folder where you can find the stadium_invoice.html invoice.
<body> <!-- Invoice Wrap Start here --> <div class="invoice_wrap"> <!-- Header Start Here --> <header> ... </header> <div class="bus-invo-no-date-wrap"> ... </div> <!-- Header End Here --> <!-- Invoice content start here --> <section class="ticket-booking-content" id="ticket_booking"> <div class="container"> ... </div> </section> <!-- Invoice Wrap End here --> <!-- bottom content start here --> <section class="agency-bottom-content" id="agency_bottom"> <div class="container"> ... </div> </section> <!-- bottom content End here --> </div> <!-- Invoice Wrap End here --> </body>
Print Setting
While you are use the print functionality make sure to enable the option from the print setting. You have to enable the Background graphics option for color print. You can find this option in More settings > Options
Change the name of download pdf file
If you want to change the file name when it is download. Simply go to custom.js file. You can find this file into main-file > assets > js > custom.js
where you can find the file name simply rename that name with yours name.
Favicons
You can add a Favicon to your Website using the following code just bottom to the Stylesheet files links:
<link href="../assets/images/logo/Fevicon.ico" rel="icon">
Logo Settings
The Logo Container can be found in the Header Container - header tag
<div class="invoice-logo"><a href="#"><img src="../assets/images/logo/logo.png" alt="this is a invoice logo"></a></div>
Changing Fonts
Change your Fonts from Google Fonts Library directly if you plan to use a Google Font. You can find the Linking to the Font
Files in the head tag
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
In order to change the Fonts, you will need to Edit the Above Links with your Custom Font, if you plan to use a Google Font or Remove it completely if you plan to use a Self Hosted font. Here is an Example for using Self Hosted Fonts.
By default, Digital Invoice uses one Font namely: Inter from the Google Fonts Library
Website Optimization Tips
A Fast & Optimized Website has several factors which need to be implemented in order to achieve the desired results. There are several Optimization Techniques available that will definitely affect your Website's Performance in a Positive Way & we want to share a few of them with you:
-
Image Compression & Optimization
We tend to use Lots of Images on our Websites but we often do not make efforts to Compress & Optimize them. Remember, the Larger the Image, the more time it takes to download and therefore this slows your website loading times affecting User Experience. Your customer will leave your website if it does not load within 3-5 Seconds which adversely affects your Sales. Therefore, it is important to Resize, Optimize & Compress your Images before using them on your Website. Here are some tips which might come in handy in optimizing images:
- Resize your Images: Resize your Images before using it on your Website. Do not just Download an Image & place it as it is in your Website's
<img>Tag without resizing it. The size/resolution of the Image matters since it is not recommended to use an Image size of1200pxx800pxin a Content Size of300pxx200pxas this is unnecessary. Resize it to300pxx200px - Image Formats: There are three common file types that are used for web images which are JPEG, GIF, & PNG. For images with a Flat Background use JPEG images, for images with a Transparent background use PNG images and for images with Animations use GIF images.
- Compressing Images: Images Compression is important as it considerably reduces the size without losing the quality. There are several FREE Image Optimization Tools available to Download.
For MAC use ImageOptim
For Windows use Riot for compressing JPEG Images & PNG Gauntlet for PNG Images.
- Resize your Images: Resize your Images before using it on your Website. Do not just Download an Image & place it as it is in your Website's
-
CSS & jQuery Minifications
It is also recommended that you Combine & Minify all your CSS Files to a single CSS File & all Javascript Files to a single JS File since Minification reduces the size of the File and Combining the files helps in reducing the number of HTTP requests made to the server. This is also an Important Factor in increasing the speed of your website. There are several tools available online to Minify your CSS & JS Files. Our recommendations are:
For CSS use CSS Minifier and For Javascript use Javascript Minifier. -
Fast Web Hosting Servers
A lot depends on your Web Hosting Servers, so it is recommended that you choose a Hosting Company/Server that provides a Reliable & a Fast Hosting Service. You can check out some recommended Hosting Services here: http://themeforest.net/get_hosting.
Header
You can set the headers while creating your Invoice Pages. Default Header with a dark Background and logo and invoice information. Simply follow the below structure to create the header:
<!-- Header Start Here -->
<header class="invoice-header">
...
</header>
<!-- Header End Here -->
Helper Classes
We have created some really useful helper classes for you. Here are a few of them:
.medium-font- set the medium size fonts for your page..md-lg-font- set the medium large font for your page elements..sm-text- set the small size of font for your page elements..b-text- It will change the color of the font to black..w-text- It will change the color of the font to while..invoice-dark- It will change the color of invoice background into black..dark-content-section- It will change the background color of the invoice section to black..dark-table- It will change the background color of the invoice table to black.
Introduction
Digital Invoice boasts of many handy features which are quite powerful, flexible, functional & easy to use. you can do changes in features very easily. Here is the list of features that uses in this website:
SectionsContainerColumnsButtonsHeading and Title stylesHeaderResponsive
Each of the above mentioned features is easily extendable, flexible & easy to use. You can find the sample codes from the stylesheet.
Images
- The Stocks
- Unsplash
- Freepik
- RaumRot
- Picjumbo
- Stockphotos.io
- Imcreator FREE
- Flickr CC-Search
- Mazwai (Stock Footage)
CSS
custom.css- use style cssmedia-query.css- responsive media query css- Google Fonts
